#Web&software development
Explore tagged Tumblr posts
geminisee · 10 months ago
Text
Tumblr media
x
17K notes · View notes
kawikatechnologies · 1 year ago
Text
Top Software Development Company in Trivandrum
Tumblr media
Whether you need a cutting-edge mobile app, a dynamic web application, or a sleek e-commerce platform, Kawika Technologies can turn your ideas into digital masterpieces. Our team of passionate engineers, designers, and strategists in Trivandrum, India, is dedicated to bringing your vision to life with expertise and creativity. Ready to start your digital transformation? Contact us now and let's create something amazing together!
0 notes
computer-nerd-girl · 9 months ago
Text
Tumblr media
423 notes · View notes
twemoji-maker · 1 month ago
Text
Tumblr media
Hi there! Embwee here!
I've been working on a web app that lets you create custom emojis using twemoji components - so you can make custom emojis for your discord server, twitch community, or simply for fun!
You can try it out below! I'd love feedback to influence future development of the project ~~
This app currently is not fully supported on mobile devices. Mobile support has been added!
Tumblr media Tumblr media Tumblr media
133 notes · View notes
mlembug · 9 months ago
Text
the current landscape of webdev needs to know that I don't need web applications that scale up to millions of users, I need web applications that scale down to 5 users or less
208 notes · View notes
omeletcat · 11 months ago
Text
Tumblr media
i got an old laptop from my grandpa and was googling about it, and the wikipedia page for the micro-soft acer aspire has an image of the acer aspire with the wikipedia page, containing the image of the acer aspire with the wikipedia page, containing the image of the acer aspire with the wikipedia page, containing the image of the acer aspire with the wikipedia page, containing the image of the acer aspire with the wikipedia page, containing the image of the acer aspire with the wikipedia page, containing the image of the acer aspire with the wikipedia page....
183 notes · View notes
izicodes · 2 years ago
Text
C# Study Links | Resources ✨
Tumblr media
As I am starting to relearn C#, I thought why not share some links that have helped me in the past and what new ones I will be using this time to learn! I already made a similar resource post (post 1 | post 2) for C# in the past but why not a new one? 🤗
Tumblr media
Microsoft Learn - LINK
C# Station - LINK
YouTube - LINK
SoloLearn - LINK
Codecademy - LINK
Learn C# - LINK
C# Yellow Book - LINK
C# Programming Guide - LINK
Tutorials Point - LINK
Roadmap to ASP.NET Core Developer (C#): LINK
C# Subreddit - LINK
Dot Net Perls - LINK
C# Coding Conventions - LINK
The Ultimate C# Guide For Beginners - LINK
Tumblr media
That's all for now! If this does interests you, do check out the other posts (1 | 2) I made of other C# resources!
Happy coding/programming! 😎💻👍🏾
Tumblr media
825 notes · View notes
codingquill · 1 year ago
Text
Network switches
What’s a network switch ?
A switch is a device used in computer networks to connect multiple devices together within a single local area network (LAN). Its main role is to facilitate communication between different connected devices, such as computers, printers, servers, IP phones, etc.
It is a mini-computer which is made up of RAM, ROM, flash RAM, NVRAM, a microprocessor, connectivity ports and even an operating system.
Tumblr media
RAM
RAM (Random Access Memory) contains the current configuration of the switch and temporarily stores the MAC address table, which is then processed by the microprocessor.
Microprocessor
The microprocessor is the heart of the switch, responsible for data processing, including switching and creating links between multiple devices.
External memories
External memories, such as flash RAM, ROM, and NVRAM (Non-Volatile RAM), store configuration files , different versions of the IOS , etc ...
Ports
The switch ports are the communication interfaces of the switch. There are several of them, generally 24 for a Cisco switch. Each port is associated with an LED which indicates its status and activity.
Tumblr media
How does it work ?
Now how does a switch work to transfer information from one machine to another?
Suppose we have 4 machines: A, B, C and D connected to our switch in ports 1, 2, 3 and 4 as follows:
Tumblr media
The switch only works with MAC addresses , so basically we have an empty MAC address table stored in RAM as soon as the switch starts up which looks like this : 
Tumblr media
Transmitting data from machine A to machine B happens in the following steps:
Machine A sends a frame to machine B
Once this frame arrives at port 1 (which is the one linked to A), the switch reads the source MAC address and stores it in the MAC address table
The switch reads the destination MAC address and looks for it in the table, if it is not in the table, it broadcasts to all the active machines connected to the switch except the source one.
If the port linked to the machine we want is active, it sends a response frame from which the switch reads the MAC address we were looking for (@B)
Once done, it records the MAC address of B in the table.
Tumblr media
This process repeats until the switch reaches what is called "MAC address table stability", that is to say it knows all the MAC addresses of the connected machines and has no more need to broadcast.
Tumblr media
Starting and configuring a switch
When it comes to booting a switch, the process is similar to that of a traditional computer system:
POST (Power-On Self Test): The switch performs proper functioning tests on all hardware.
Loading IOS (Internetwork Operating System): The switch operating system is loaded.
Loading the configuration. At this stage we have two cases:
Either the switch already has a startup configuration defined and stored in NVRAM
Either the switch is blank and it is up to us to define the startup configuration when it goes to setup mode
Tumblr media
Switch configuration
Tumblr media
The configuration of a switch is done through different modes, such as user mode, privileged mode and global configuration mode, which allows access to specific configuration modes, such as interface mode, routing mode, line mode, etc.
And to do all this of course you must first connect the switch with the machine via the console cable and open a terminal emulator
💡 It should be noted that the only machine that can configure the switch is the one connected to it by a console cable, the others are only hosts.
99 notes · View notes
blackjackkent · 2 years ago
Text
Random question for the coding folks...
If I were to just straight up like... offer free programming tutoring, are there folks out on Tumblr who would be interested?
277 notes · View notes
alycesutherland · 2 months ago
Text
Progress:
Okay so the authentication for spotify is hard for me to understand and requires user authentication, then making a token request that while expire in an hour. So i focused on what I did know how to do and what I had access to token wise. The Spotify developer home page has a temporary access token for demos. I took that token and made a function to make get request to the API and two functions for top tracks and top artists. Then made some functions to print them in my terminal. Here is what my end product looked like in the terminal.
Tumblr media Tumblr media
The data for tracks is proving to just show a years worth of listening even though I specified long_term in my get request.
Here is my code:
Tumblr media
I tried just doing track.artist but Spotify handles that as multiple artists so I had to handle them as such.
Next Steps: Tackling the user authentication and token requests and including it in this code.
(Also yes I know that is a concerning amount of My Chemical Romance tracks. I had my MCR phase strike up again with a passion last October and I am still balls deep in it.)
11 notes · View notes
heart-ghost-studyblr · 10 months ago
Text
Tumblr media
I allowed myself to break my own rule because yesterday was my birthday, and my family deserves proper attention. I believe that something that studying a lot does to you: it allows you to be pleased and loved by those who want to do that for you.
Maybe that's not your case, my dear reader, but speaking for myself, when I'm so entertained by my own smoke of regrets, mixed with the hard routine of tech books and online exercises, I often miss the fact that those who want to do things for me, like seeing me or grabbing a coffee together, even watching a movie, need time to do that. And if I don't make that time for them, nothing will happen.
Anyways, today I was feeling a little lazy and sticking with some HTML, CSS, and JS code. I made a page with a grid row style, some links, and a birds effect for the company I work for.
22 notes · View notes
xiffu85 · 2 months ago
Text
Tumblr media
https://chat-to.dev/post?id=Q3dzWjAxOVozS1c5UlZmY0tGQlBrZz09
7 notes · View notes
kawikatechnologies · 1 year ago
Text
Web&Software Development Company in Trivandrum
Tumblr media
 We can transform your ideas into digital masterpieces, whether you're picturing a dynamic web application, a sleek e-commerce platform, or a cutting-edge mobile solution. Our group of enthusiastic developers, designers, and strategists is dedicated to skill-fully and creatively realizing your vision. Are you prepared to go out on a digital transformation journey? Get in touch with Kawika Technologies immediately and together, let's build something truly stunning!
0 notes
icqmuseum24 · 5 months ago
Text
Tumblr media
🌐 In an effort to bring instant messaging on the go, ICQ developed a client for PalmOS. This move allowed users to stay connected even while away from their desktops. The PalmOS ICQ client featured the core functionalities that made ICQ popular: sending and receiving messages, changing statuses, and managing contact lists.
📲 PalmOS was known for its simplicity and efficiency, making it a favorite among mobile users. It offered a unique combination of a touch interface and a physical keyboard, which made typing messages quick and easy. Bringing ICQ to PalmOS meant tapping into a growing market of mobile professionals and tech enthusiasts who valued portability without sacrificing functionality.
✨ Key Features of ICQ for PalmOS:
➡️ Messaging on the Go: Stay connected with friends and colleagues by sending and receiving instant messages.
➡️ Status Updates: Let your contacts know if you’re available, busy, or away with easy status updates.
➡️ Contact Management: Easily add, remove, and manage your ICQ contacts.
➡️ Portable Communication:** Enjoy the flexibility of ICQ’s messaging capabilities right from your PalmOS device.
🔒 One of the standout features was the security ICQ provided. Even on PalmOS, ICQ maintained its standards for protecting user data, ensuring that conversations remained private and secure.
💾 ICQ’s expansion to PalmOS was a significant step in the evolution of mobile messaging. It showcased the potential of mobile devices to support full-fledged communication platforms, paving the way for the sophisticated mobile messengers we use today.
10 notes · View notes
leoreadss · 11 months ago
Text
Hi lovely people
I need help!
I'm a web/software developer. I'm autistic and one of my biggest difficulties is not being able to describe myself. I'd need to make a portfolio of my projects, describe myself, and let people know who they're hiring but the 'About' page is empty.
But how do you do that? How do you describe yourself? What's important? What's not?
Need help from autistic and neurotypical people.
24 notes · View notes